home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 3154 / GO.BAT < prev    next >
DOS Batch File  |  1992-03-27  |  2KB  |  51 lines

  1. echo off 
  2. cls
  3. echo                           Word Search Puzzle Maker 
  4. echo 
  5. echo *    Thank you for trying WSPM (Word Search Puzzle Maker)!  This program 
  6. echo generates word search puzzles and prints them on your printer.  In fact, 
  7. echo WSPM can make at least 24 different variations of the popular word search 
  8. echo puzzle.  WSPM comes with an editor so you can shape and customize your
  9. echo puzzles.  It can also save puzzles in ASCII files so that you can import 
  10. echo the puzzles you create into text editors and word processors.  This means 
  11. echo that you can work puzzles into newsletters and do many other exciting 
  12. echo things with them.  Please read carefully the documentation contained in the 
  13. echo DOCUMENT.TXT file so that you can see how to use WSPM to its fullest 
  14. echo potential.
  15. echo 
  16. echo *    You have permission to use WSPM for two weeks.  If you register this 
  17. echo program, you may continue to use WSPM indefinitely.  Pay close attention
  18. echo to the registration instructions which are given on the first screen that 
  19. echo pops up after you type WSPM and press ENTER.  Those who register will
  20. echo receive a WSPM supplement disk with some exciting files on it!
  21. echo 
  22. echo *    You may share WSPM with anyone you think might find it useful enough
  23. echo to register, as long as the files that make up this package are kept to-
  24. echo gether and there are no changes made in any of them.
  25. echo 
  26. pause
  27. cls
  28. echo 
  29. echo 
  30. echo 
  31. echo 
  32. echo                            TO PRINT DOCUMENT.TXT:   
  33. echo 
  34. echo   If you would like a printout of the documentation which includes 
  35. echo   instructions on how to install WSPM on your hard drive, Quick Start,
  36. echo   Quick Reference Guide, and detailed instructions on how to use WSPM, 
  37. echo   turn your printer on and press a key on the keyboard.  The document is 
  38. echo   made up of a table of contents and 12 pages.  If you wish to return to 
  39. echo   the DOS shell at this time press CTRL + BREAK.
  40. echo  
  41. pause
  42. cls
  43. echo  
  44. echo                        DOCUMENT.TXT is now being printed.
  45. echo  
  46. copy DOCUMENT.TXT prn
  47. cls
  48. echo  
  49. echo                           . . . . . Printing finished.
  50. echo 
  51.